<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>¡Consigue tu tarjeta Creditio Card!</title>
    <style>
      body {
        background-color: #EAF0F2;
        margin: 0;
        padding: 0;
      }
      table {
        font-family: Arial, sans-serif;
        width: 100%;
        margin: 0 auto;
        background-color: #ffffff;
        color:#212E57;
      }
      .header-table {
        width: 100%;
        background: linear-gradient(to bottom, #212E57 30%, rgba(33, 46, 87, 0)60%); /* De azul a transparente */
        text-align: center;
        padding: 20px 0;
      }
      .header-table img {
        display: block;
        margin: 0 auto;
        max-width: 60%;
      }
      .content-table {
        margin: 20px auto;
      }
      .content-table p {
        font-size: 20px;
      }
      .button {
        display: inline-block;
        padding: 20px 10px;
        background-color:#e5007e;
        color: white;
        text-decoration: none;
        border-radius: 5px;
        font-weight: bold;
        margin-top: 10px;
        font-size:17px;
      }
    </style>
</head>
<body>
    <table style="width: 600px;">
        <tr>
            <td align="center" class="header-table">
                <a href="https://www.witmeads.com/N1LL2S/3QQG71/?creative_id=234">
                    <img src="https://sm-cdn.eu/r2suwxmxbltdezjq.png" alt="Logo" style="width:50%;">
                </a>
                <a href="https://www.witmeads.com/N1LL2S/3QQG71/?creative_id=234">
                    <img src="https://sm-cdn.eu/vcwml8zmnvvpnnrh.png" alt="Creditio Card" style="width:100%;max-width:100%;">
                </a>
            </td>
        </tr>
      <tr>
            <td align="center" style="padding: 0 40px;">
                <h1 style="margin-top: 30px; font-size: 30px;font-weight:bold">¡Hola!</h1>
                <h2 style="font-size: 20px; margin-top: 10px;">
                    Obtén tu <a href="https://www.witmeads.com/N1LL2S/3QQG71/?creative_id=234" style="color:#e5007e !important"><b>Creditio Card</b></a> con aprobación inmediata. Solicítala en solo unos minutos y empieza a pagar el mismo día.
                </h2>
            </td>
        </tr>
        <tr>
    <td align="center">
        <table class="content-table">
            <tr>
                <td align="left" style="padding: 0 40px;"> <!-- Alineación a la izquierda -->
                    <p>✔ Hasta $120,000.</p>
                    <p>✔ No tiene cuota anual.</p>
                    <p>✔ Pagas en cómodos plazos.</p>
                    <a href="https://www.witmeads.com/N1LL2S/3QQG71/?creative_id=234" class="button" style="margin-top: 30px;color:white !important;">SOLICITAR TARJETA</a>
                </td>
            </tr>
        </table>
    </td>
</tr>
    </table>
</body>
</html>
